html,
body, ul,li {
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #08A5E0;
    text-decoration: none;
}

ul, ul li {
    list-style-type: none;
}

input {
    margin: 0;
    padding: 0;
    font-family: '宋体', Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.clearfix {
    clear: both;
}

a {
    text-decoration: none;
}

.banner {
    height: 93px;
    background-color: #f4f4f4; /*#569BCF;*/
}

.logo img {
    margin: 10px 120px;
    height: 80px;
}

.nav {
    width: 100%;
    /*float: left;*/
    height: 36px;
    /*background: url(/res/image/navbg_03.gif) repeat-x;*/
    background: url(/res/image/newstitlebg2.png) repeat-x;
    white-space: nowrap;
    min-width: 1145px;
    border-top: #CCCCCC solid 1px;
}

ul,
li {
    list-style: none;
    margin: 0;
    white-space: nowrap;
}

.menu2 ul li a:hover {
    color: orange;
}

.menu2 ul li {
    float: left;
    width: 135px;
    height: 36px;
    position: relative;
    margin: 0;
}

    .menu2 ul li a {
        width: 100%;
        height: 36px;
        display: block;
        line-height: 36px;
        text-align: center;
     
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }


/*新菜单 start*/

.nav {
    height: 40px;
    width: 100%;
    background: #08A5E0;
    box-shadow: 1px 1px 7px #999;
    position: absolute;
    z-index: 99;
    left: 0;
}

#navul li {
    float: left;
    margin-right: 1px;
    width: 120px;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

    #navul li.navhome {
        text-align: left;
        padding: 0 0px 0 40px;
        width: 60px;
    }

    #navul li a:link, #navul li a:visited {
        color: #FFFFFF;
    }

    #navul li ul {
        display: none;
        position: absolute;
        z-index: 10000;
        top: 38px;
        left: -1px;
        background: #006D96;
        border: #004E6C 1px solid;
        border-bottom: none;
    }

        #navul li ul li {
            display: block;
            width: 98px;
            float: none;
            margin-right: 0px;
            height: 28px;
            position: relative;
            line-height: 28px;
            border-bottom: #004E6C 1px solid;
            font-size: 14px;
        }

    #navul li.navmoon {
        background: #006D96;
        border: #004E6C 1px solid;
       /*width: 100%;*/ 
        height: 38px;
        line-height: 38px;
    }

        #navul li.navmoon a {
            color: #FFFFFF;
        }

    #navul li.navhome a:hover {
        color: #FCFF00;
    }

    #navul li.navmoon ul {
        display: block;
    }

        #navul li.navmoon ul a {
            display: block;
            width: 98px;
            height: 28px;
            line-height: 28px;
        }

            #navul li.navmoon ul a:hover {
                background: #08A5E0;
            }


/*菜单 end*/


.bannerImg {
    width: 100%;
    height: 600px;
    /*background-color: aqua;*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    margin-top:50px;
}

.imgbox {
    width: 100%;
    height: 600px;
    position: relative;
    /*background-color: #222222;*/
    overflow: hidden;
}

.img {
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -683px;
}

.im {
    display: block;
}

.change {
    height: 100px;
    display: block;
    position: absolute;
    z-index: 20;
    opacity: 0.4;
    transition: 0.4s;
    top: 50%;
    margin-top: -50px;
    display: none;
}

    .change:hover {
        opacity: 1;
    }

.pre {
    left: 1%;
}

.next {
    right: 1%;
}

.cirbox {
    width: 88px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
    left: 50%;
    margin-left: -44px;
    cursor: pointer;
}

.cir {
    width: 12px;
    height: 12px;
    background-color: white;
    opacity: 0.4;
    float: left;
    border-radius: 6px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

    .cir:hover {
        background-color: cyan;
        transition: 0.8s;
    }

.cr {
    opacity: 1;
}

    .cr:hover {
        background-color: white;
    }
.panel-title ,.datagrid-cell {
    font-size: 14px;
}
.datagrid-row{
    height:30px;
}
.panel-title {
    color: #08A5E0;
    height: 22px;
    line-height: 22px;
}
@media print {
    .noprint {
        /*visibility: hidden*/
        display:none;
    }
}